home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / database / db3stock / prtmsg23.prg < prev    next >
Text File  |  1986-04-12  |  356b  |  10 lines

  1. * --------------------------------------------------------------
  2. * PRTMSG23.PRG - prints a message ONLY on line 23; no gets/reads
  3. * --------------------------------------------------------------
  4. * define MSG as a str <75 chars before entering this routine
  5. @23,1 say space(77)
  6. set color to 15/0
  7. @23,(80-len(msg))/2 say msg
  8. set color to 7/0
  9. RETURN
  10.